Menu Top
Classwise Concept with Examples
6th 7th 8th 9th 10th 11th 12th

Class 10th Chapters
1. Real Numbers 2. Polynomials 3. Pair of Linear Equations in Two Variables
4. Quadratic Equations 5. Arithmetic Progressions 6. Triangles
7. Coordinate Geometry 8. Introduction to Trigonometry 9. Some Applications of Trigonometry
10. Circles 11. Constructions 12. Areas Related to Circles
13. Surface Areas And Volumes 14. Statistics 15. Probability

Content On This Page
Cartesian Plane Distance Formula Section Formula
Area of a Triangle


Chapter 7 Coordinate Geometry (Concepts)

Welcome back to the powerful realm of Coordinate Geometry! This chapter represents a significant leap forward from the foundational introduction in Class 9, transforming the Cartesian plane from a mere tool for plotting points into a dynamic workspace for solving complex geometric problems using algebraic techniques. We move beyond simply locating points to developing and applying specific formulas that allow us to measure distances, divide line segments in precise ratios, and calculate areas – all through the manipulation of coordinates. This fusion of algebra and geometry, often termed analytical geometry, provides a robust framework for proving geometric theorems and tackling problems that might be cumbersome using purely synthetic geometric methods.

The first fundamental tool we develop is the Distance Formula. Derived elegantly using the Pythagorean theorem on a right-angled triangle formed by the coordinate differences, this formula provides a direct method to calculate the straight-line distance between any two points $P(x_1, y_1)$ and $Q(x_2, y_2)$ in the Cartesian plane. The distance $PQ$ is given by: $$ \mathbf{PQ = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}} $$ Mastering this formula is essential, as it allows us to calculate the lengths of line segments algebraically. Its applications are numerous: finding the lengths of sides and diagonals of polygons, which in turn enables us to classify triangles (as scalene, isosceles, or equilateral based on side lengths) and quadrilaterals (determining if they are parallelograms, rectangles, squares, or rhombuses by comparing side and diagonal lengths).

Next, we introduce the versatile Section Formula. This formula addresses the problem of finding the coordinates of a point $R(x, y)$ that divides the line segment connecting two given points, $P(x_1, y_1)$ and $Q(x_2, y_2)$, internally in a specific ratio, say $m:n$. The coordinates $(x, y)$ of the dividing point $R$ are calculated as: $$ \mathbf{x = \frac{mx_2 + nx_1}{m + n}} \quad \text{and} \quad \mathbf{y = \frac{my_2 + ny_1}{m + n}} $$ A particularly important and frequently used special case arises when the point $R$ is the mid-point of the segment $PQ$. In this case, the ratio is $1:1$ ($m=n=1$), and the Section Formula simplifies beautifully to the Mid-point Formula: $$ \mathbf{\text{Mid-point } (\bar{x}, \bar{y}) = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right)} $$ The Section Formula and its Mid-point variant are invaluable for problems involving finding points of trisection (dividing a segment into three equal parts), locating centroids of triangles, and algebraically verifying geometric properties related to midpoints, such as proving that the diagonals of a parallelogram bisect each other.

Finally, we equip ourselves with a powerful formula to calculate the Area of a Triangle directly from the coordinates of its vertices. Given a triangle with vertices $A(x_1, y_1)$, $B(x_2, y_2)$, and $C(x_3, y_3)$, its area can be computed using the formula: $$ \mathbf{\text{Area} = \frac{1}{2} |x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2)|} $$ The absolute value notation $|...|$ ensures that the calculated area is always positive, as area must be. This formula provides a direct computational method, bypassing the need for base and height measurements. A crucial corollary arises from this formula: if the calculated area of the triangle formed by three points is zero, it implies that the three points do not form a triangle but instead lie on the same straight line – they are collinear. This provides an algebraic test for collinearity. Furthermore, the area formula can be extended to find the area of any quadrilateral (or even polygon) by strategically dividing it into triangles using diagonals and summing the areas of these constituent triangles. This chapter thus provides a robust set of analytical tools, empowering us to tackle geometric problems with algebraic precision.



The Cartesian Plane and Plotting Points

Coordinate geometry, also known as analytical geometry, is a branch of geometry where algebraic principles are applied to geometric concepts. It provides a systematic way to describe the positions of points, lines, curves, and other geometric shapes using numbers.

The foundation of coordinate geometry is the coordinate system. The most common system is the Cartesian coordinate system (or rectangular coordinate system), named after the French mathematician René Descartes. In this system, every point in a plane can be uniquely identified by an ordered pair of numbers, called its coordinates.


The Cartesian Coordinate Plane

The Cartesian coordinate plane is formed by two mutually perpendicular straight lines in a plane. These lines are called the coordinate axes.

The point where the x-axis and the y-axis intersect is called the origin. The coordinates of the origin are $(0, 0)$.

The coordinate axes divide the plane into four regions called quadrants. The quadrants are numbered in a counter-clockwise direction, starting from the upper-right region:

Diagram of the Cartesian plane showing x and y axes, origin (0,0), and the four quadrants with signs of coordinates

Points on the axes have specific coordinate forms:

Coordinates of a Point:

The location of any point P in the Cartesian plane is uniquely described by an ordered pair of real numbers $(x, y)$.

The coordinates are always written in the order $(x, y)$. For example, the point (3, 5) is located 3 units to the right of the y-axis and 5 units above the x-axis.


Plotting a Point on the Cartesian Plane

To plot a point with given coordinates $(x, y)$ on the Cartesian plane:

  1. Start at the origin: Begin at the point $(0, 0)$ where the x-axis and y-axis intersect.
  2. Move horizontally: Move along the x-axis. If the x-coordinate ($x$) is positive, move $x$ units to the right. If $x$ is negative, move $|x|$ units to the left. If $x$ is zero, stay on the y-axis.
  3. Move vertically: From the position reached in Step 2, move parallel to the y-axis. If the y-coordinate ($y$) is positive, move $y$ units upwards. If $y$ is negative, move $|y|$ units downwards. If $y$ is zero, stay on the x-axis.
  4. Mark the point: The final position reached is the location of the point with coordinates $(x, y)$. Mark this point.

Example 1. Plot the points (3, 2), (-2, 4), (-4, -3), and (5, -1) on a Cartesian plane. State the quadrant each point lies on.

Answer:

To Plot:

The points (3, 2), (-2, 4), (-4, -3), and (5, -1).

To State:

The quadrant for each plotted point.

Solution:

We will plot each point by starting at the origin and moving according to the coordinates, and then identify the quadrant based on the signs of the coordinates.

  • Point (3, 2): x-coordinate is 3 (positive), y-coordinate is 2 (positive). Move 3 units right from the origin, then 2 units up. The point is in the region where $x > 0$ and $y > 0$, which is the First Quadrant ($Q_1$).
  • Point (-2, 4): x-coordinate is -2 (negative), y-coordinate is 4 (positive). Move 2 units left from the origin, then 4 units up. The point is in the region where $x < 0$ and $y > 0$, which is the Second Quadrant ($Q_2$).
  • Point (-4, -3): x-coordinate is -4 (negative), y-coordinate is -3 (negative). Move 4 units left from the origin, then 3 units down. The point is in the region where $x < 0$ and $y < 0$, which is the Third Quadrant ($Q_3$).
  • Point (5, -1): x-coordinate is 5 (positive), y-coordinate is -1 (negative). Move 5 units right from the origin, then 1 unit down. The point is in the region where $x > 0$ and $y < 0$, which is the Fourth Quadrant ($Q_4$).

Here is the Cartesian plane with the points plotted:

Cartesian plane with points (3,2), (-2,4), (-4,-3), (5,-1) plotted and labelled with quadrant names

Answer:

  • The point (3, 2) lies in the First Quadrant ($Q_1$).
  • The point (-2, 4) lies in the Second Quadrant ($Q_2$).
  • The point (-4, -3) lies in the Third Quadrant ($Q_3$).
  • The point (5, -1) lies in the Fourth Quadrant ($Q_4$).


Distance Formula

One of the fundamental applications of the Cartesian coordinate system is to calculate the distance between any two points in the plane given their coordinates. The distance formula provides a direct way to compute this length.


Statement of the Distance Formula

Given two points P and Q in the Cartesian plane with coordinates $P(x_1, y_1)$ and $Q(x_2, y_2)$, the distance between them, denoted as PQ or $d$, is given by the formula:

$d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$

The order of subtraction in the differences doesn't matter because the differences are squared ($(a-b)^2 = (b-a)^2$). So, the formula can also be written as $d = \sqrt{(x_1 - x_2)^2 + (y_1 - y_2)^2}$.

A special case is finding the distance of a point $P(x, y)$ from the origin $O(0, 0)$. Using the distance formula with $(x_1, y_1) = (0, 0)$ and $(x_2, y_2) = (x, y)$, the distance is:

$\text{OP} = \sqrt{(x - 0)^2 + (y - 0)^2} = \sqrt{x^2 + y^2}$


Derivation of the Distance Formula

The distance formula is derived using the Pythagorean theorem. Let the two points be $P(x_1, y_1)$ and $Q(x_2, y_2)$. We assume, without loss of generality, that $x_2 \ge x_1$ and $y_2 \ge y_1$ for ease of explanation with a diagram in the first quadrant, but the derivation holds for any points.

Draw a line segment connecting points P and Q. To form a right-angled triangle, draw a line through P parallel to the x-axis and a line through Q parallel to the y-axis. These two lines will intersect at a point, let's call it R.

The coordinates of point R will be $(x_2, y_1)$. Point R has the same x-coordinate as Q and the same y-coordinate as P.

Diagram showing points P(x1,y1) and Q(x2,y2) on a Cartesian plane, with lines parallel to axes forming a right triangle PQR where R is (x2,y1). PQ is the hypotenuse.

The triangle $\triangle \text{PQR}$ is a right-angled triangle with the right angle at R.

By the Pythagoras Theorem (Chapter 6), in a right-angled triangle, the square of the hypotenuse is equal to the sum of the squares of the other two sides.

$\text{PQ}^2 = \text{PR}^2 + \text{QR}^2$

Substitute the lengths of PR and QR:

$\text{PQ}^2 = |x_2 - x_1|^2 + |y_2 - y_1|^2$

Since squaring a real number makes it non-negative, the absolute value signs can be removed:

$\text{PQ}^2 = (x_2 - x_1)^2 + (y_2 - y_1)^2$

Take the square root of both sides to find the distance PQ. Since distance is a non-negative value, we take the positive square root:

$\text{PQ} = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$

This is the distance formula, which allows us to calculate the distance between any two points $(x_1, y_1)$ and $(x_2, y_2)$ in the Cartesian plane.


Example 1. Find the distance between the points $A(2, 3)$ and $B(6, 6)$.

Answer:

To Find:

The distance between points A(2, 3) and B(6, 6).

Given:

Point A with coordinates $(x_1, y_1) = (2, 3)$.

Point B with coordinates $(x_2, y_2) = (6, 6)$.

Solution:

We use the distance formula to find the distance between points A and B.

$AB = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$

Substitute the coordinates of points A and B into the formula:

$AB = \sqrt{(6 - 2)^2 + (6 - 3)^2}$

Calculate the differences in the coordinates:

$AB = \sqrt{(4)^2 + (3)^2}$

Square the differences:

$AB = \sqrt{16 + 9}$

Sum the squared differences:

$AB = \sqrt{25}$

Take the square root:

$AB = 5$

... (1)

The distance between the points A and B is 5 units.

Answer: The distance between points A and B is 5 units.


Example 2. Check whether the points (1, 5), (2, 3), and (-2, -11) are collinear.

Answer:

To Check:

Whether the points A(1, 5), B(2, 3), and C(-2, -11) are collinear.

Solution:

Three or more points are collinear if they lie on the same straight line. We can check for collinearity using the distance formula. If three points A, B, and C are collinear, then the sum of the distances between two pairs of points must be equal to the distance between the remaining pair. For example, $AB + BC = AC$ (assuming B is between A and C), or $AC + CB = AB$, or $BA + AC = BC$.

Calculate the distance between each pair of points using the distance formula.

Distance AB:

Using $(x_1, y_1) = (1, 5)$ and $(x_2, y_2) = (2, 3)$:

$AB = \sqrt{(2 - 1)^2 + (3 - 5)^2}$

$AB = \sqrt{(1)^2 + (-2)^2} = \sqrt{1 + 4} = \sqrt{5}$

... (1)

Distance BC:

Using $(x_1, y_1) = (2, 3)$ and $(x_2, y_2) = (-2, -11)$:

$BC = \sqrt{(-2 - 2)^2 + (-11 - 3)^2}$

$BC = \sqrt{(-4)^2 + (-14)^2} = \sqrt{16 + 196} = \sqrt{212}$

... (2)

Distance AC:

Using $(x_1, y_1) = (1, 5)$ and $(x_2, y_2) = (-2, -11)$:

$AC = \sqrt{(-2 - 1)^2 + (-11 - 5)^2}$

$AC = \sqrt{(-3)^2 + (-16)^2} = \sqrt{9 + 256} = \sqrt{265}$

... (3)

Now, check if the sum of any two of these distances equals the third distance. We need to check if $AB+BC=AC$, $AB+AC=BC$, or $BC+AC=AB$.

Let's check $AB + BC = AC$:

$\sqrt{5} + \sqrt{212}$ vs $\sqrt{265}$

Since $\sqrt{5} \approx 2.23$, $\sqrt{212} \approx 14.56$, and $\sqrt{265} \approx 16.28$.

$2.23 + 14.56 = 16.79$

Comparing $16.79$ with $16.28$, they are not equal. Since $\sqrt{5} + \sqrt{212} \neq \sqrt{265}$, points A, B, C do not satisfy the condition for collinearity based on distances.

Therefore, the points are not collinear.

Answer: The points (1, 5), (2, 3), and (-2, -11) are not collinear.

Alternative method using Area of Triangle (Section I4):

Three points are collinear if and only if the area of the triangle formed by these three points is zero. Using the area formula for a triangle with vertices $(x_1, y_1)$, $(x_2, y_2)$, and $(x_3, y_3)$: Area $= \frac{1}{2} |x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2)|$.

With $(x_1, y_1) = (1, 5)$, $(x_2, y_2) = (2, 3)$, and $(x_3, y_3) = (-2, -11)$:

Area $= \frac{1}{2} |1(3 - (-11)) + 2(-11 - 5) + (-2)(5 - 3)|$

Area $= \frac{1}{2} |1(3 + 11) + 2(-16) + (-2)(2)|$

Area $= \frac{1}{2} |1(14) - 32 - 4|$

Area $= \frac{1}{2} |14 - 36|$

Area $= \frac{1}{2} |-22|$

Area $= \frac{1}{2} \times 22 = 11$

Since the area of the triangle formed by the three points is 11 (which is not zero), the points are not collinear. This confirms the result obtained using distances.



Section Formula

In coordinate geometry, the section formula is a formula used to determine the coordinates of a point that lies on a line segment and divides it into two parts with a given ratio. This point can divide the segment internally (between the two endpoints) or externally (outside the segment on the line containing it). In Class 10, we primarily focus on internal division.


Statement of the Section Formula (Internal Division)

Let $A(x_1, y_1)$ and $B(x_2, y_2)$ be two given points in the Cartesian plane. Let $P(x, y)$ be a point that lies on the line segment AB and divides it internally in the ratio $m_1 : m_2$. This means that the ratio of the length of segment AP to the length of segment PB is $m_1/m_2$, i.e., $\frac{\text{AP}}{\text{PB}} = \frac{m_1}{m_2}$.

Diagram showing points A(x1,y1), B(x2,y2) and point P(x,y) dividing AB internally in ratio m1:m2

The coordinates of the point $P(x, y)$ are given by the section formula:

$x = \frac{m_1x_2 + m_2x_1}{m_1 + m_2}$

$y = \frac{m_1y_2 + m_2y_1}{m_1 + m_2}$

In these formulas, $m_1$ is the ratio corresponding to the segment from the first point (A) to P, and $m_2$ is the ratio corresponding to the segment from the second point (B) to P. The denominator is the sum of the ratios, $m_1 + m_2$.


Derivation of the Section Formula (Internal Division)

Let $A(x_1, y_1)$ and $B(x_2, y_2)$ be the two given points, and let $P(x, y)$ be the point that divides the line segment $AB$ internally in the ratio $m_1 : m_2$, such that $\frac{\text{AP}}{\text{PB}} = \frac{m_1}{m_2}$.

Draw lines from points A, P, and B perpendicular to the x-axis, meeting the x-axis at points $C(x_1, 0)$, $Q(x, 0)$, and $R(x_2, 0)$ respectively. Similarly, draw lines from A, P, and B perpendicular to the y-axis, meeting the y-axis at points $S(0, y_1)$, $T(0, y)$, and $U(0, y_2)$ respectively.

Diagram for Section Formula derivation showing points A, P, B, and their projections on axes, forming similar triangles

From the figure, the x-coordinates $x_1, x, x_2$ are on the x-axis. The distance $CQ = x - x_1$ and $QR = x_2 - x$. Similarly, the y-coordinates $y_1, y, y_2$ are on the y-axis. The distance $ST = y - y_1$ and $TU = y_2 - y$.

Now, draw a line through A parallel to the x-axis, intersecting PQ (extended if needed) and BR at points L and M respectively. Draw a line through P parallel to the x-axis, intersecting BR at point N.

Consider $\triangle \text{APL}$ and $\triangle \text{PNB}$.

Diagram for Section Formula derivation using similar triangles formed by projecting points onto horizontal lines

Therefore, $\triangle \text{APL} \sim \triangle \text{PNB}$ by AA Similarity Criterion (Section I3).

Since the triangles are similar, the ratio of their corresponding sides is equal to the ratio of the corresponding parts of the line segment AB:

$\frac{\text{AL}}{\text{PN}} = \frac{\text{PL}}{\text{BN}} = \frac{\text{AP}}{\text{PB}}$

We are given that $\frac{\text{AP}}{\text{PB}} = \frac{m_1}{m_2}$.

From the coordinates:

Let's use the projections onto the axes directly as in the simplified approach mentioned previously.

The ratio of segments on the line AB, $AP/PB = m_1/m_2$, is preserved under projection onto the x-axis. The projection of A is C, P is Q, and B is R. Thus, Q divides CR in the ratio $m_1 : m_2$.

$\frac{\text{CQ}}{\text{QR}} = \frac{\text{AP}}{\text{PB}} = \frac{m_1}{m_2}$

The length $CQ$ is the distance between $(x_1, 0)$ and $(x, 0)$, which is $|x - x_1|$. Since P is between A and B, Q is between C and R (or R and C, depending on the order of $x_1, x_2$). Assuming $x_1 < x < x_2$, $CQ = x - x_1$ and $QR = x_2 - x$.

$\frac{x - x_1}{x_2 - x} = \frac{m_1}{m_2}$

... (1)

Cross-multiply equation (1):

$m_2(x - x_1) = m_1(x_2 - x)$

$m_2x - m_2x_1 = m_1x_2 - m_1x$

Gather terms involving $x$ on one side and other terms on the other side:

$m_2x + m_1x = m_1x_2 + m_2x_1$

$x(m_1 + m_2) = m_1x_2 + m_2x_1$

Solve for $x$ by dividing by $(m_1 + m_2)$ (which is non-zero as $m_1, m_2$ are ratios of lengths):

$x = \frac{m_1x_2 + m_2x_1}{m_1 + m_2}$

... (2)

Similarly, projecting onto the y-axis, the point T divides the segment SU in the ratio $m_1 : m_2$.

$\frac{\text{ST}}{\text{TU}} = \frac{\text{AP}}{\text{PB}} = \frac{m_1}{m_2}$

The length $ST = |y - y_1|$ and $TU = |y_2 - y|$. Assuming $y_1 < y < y_2$, $ST = y - y_1$ and $TU = y_2 - y$.

$\frac{y - y_1}{y_2 - y} = \frac{m_1}{m_2}$

... (3)

Cross-multiply equation (3):

$m_2(y - y_1) = m_1(y_2 - y)$

$m_2y - m_2y_1 = m_1y_2 - m_1y$

Gather terms involving $y$ on one side:

$m_2y + m_1y = m_1y_2 + m_2y_1$

$y(m_1 + m_2) = m_1y_2 + m_2y_1$

Solve for $y$:

$y = \frac{m_1y_2 + m_2y_1}{m_1 + m_2}$

... (4)

Equations (2) and (4) give the coordinates of the point $P(x, y)$ that divides the line segment joining $A(x_1, y_1)$ and $B(x_2, y_2)$ internally in the ratio $m_1 : m_2$. This completes the derivation.


Midpoint Formula

A special case of the section formula is when the point P is the midpoint of the line segment AB. The midpoint divides the segment into two equal parts, so the ratio of division is $1 : 1$. This means $m_1 = 1$ and $m_2 = 1$.

We can find the coordinates of the midpoint $M(x, y)$ by substituting $m_1 = 1$ and $m_2 = 1$ into the section formula:

$x = \frac{1 \cdot x_2 + 1 \cdot x_1}{1 + 1} = \frac{x_1 + x_2}{2}$

$y = \frac{1 \cdot y_2 + 1 \cdot y_1}{1 + 1} = \frac{y_1 + y_2}{2}$

Thus, the coordinates of the midpoint M of the line segment joining points $(x_1, y_1)$ and $(x_2, y_2)$ are given by the midpoint formula:

$M\left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)$

The midpoint's coordinates are simply the average of the x-coordinates and the average of the y-coordinates of the two endpoints.


Example 1. Find the coordinates of the point which divides the line segment joining the points $(4, -3)$ and $(8, 5)$ in the ratio $3 : 1$ internally.

Answer:

To Find:

The coordinates $(x, y)$ of the point that divides the line segment.

Given:

First point $A(x_1, y_1) = (4, -3)$.

Second point $B(x_2, y_2) = (8, 5)$.

Ratio of internal division $m_1 : m_2 = 3 : 1$. So, $m_1 = 3$ and $m_2 = 1$.

Solution:

We use the section formula for internal division to find the coordinates $(x, y)$ of the point P.

Formula for x-coordinate:

$x = \frac{m_1x_2 + m_2x_1}{m_1 + m_2}$

Substitute the given values into the formula for $x$:

$x = \frac{(3)(8) + (1)(4)}{3 + 1} = \frac{24 + 4}{4} = \frac{28}{4} = 7$

... (1)

Formula for y-coordinate:

$y = \frac{m_1y_2 + m_2y_1}{m_1 + m_2}$

Substitute the given values into the formula for $y$:

$y = \frac{(3)(5) + (1)(-3)}{3 + 1} = \frac{15 - 3}{4} = \frac{12}{4} = 3$

... (2)

The coordinates of the point are $(x, y) = (7, 3)$.

Answer: The coordinates of the point are (7, 3).


Example 2. Find the coordinates of the midpoint of the line segment joining the points $A(6, 8)$ and $B(-2, 4)$.

Answer:

To Find:

The coordinates of the midpoint of the line segment AB.

Given:

Point A with coordinates $(x_1, y_1) = (6, 8)$.

Point B with coordinates $(x_2, y_2) = (-2, 4)$.

Solution:

The midpoint divides the line segment in the ratio $1 : 1$. We can use the midpoint formula, which is a special case of the section formula where $m_1 = 1$ and $m_2 = 1$.

Formula for the x-coordinate of the midpoint:

$x = \frac{x_1 + x_2}{2}$

Substitute the x-coordinates of points A and B:

$x = \frac{6 + (-2)}{2} = \frac{6 - 2}{2} = \frac{4}{2} = 2$

... (1)

Formula for the y-coordinate of the midpoint:

$y = \frac{y_1 + y_2}{2}$

Substitute the y-coordinates of points A and B:

$y = \frac{8 + 4}{2} = \frac{12}{2} = 6$

... (2)

The coordinates of the midpoint M are $(x, y) = (2, 6)$.

Answer: The coordinates of the midpoint are (2, 6).



Area of a Triangle using Coordinates

In previous geometry studies, you learned how to calculate the area of a triangle using formulas like $\frac{1}{2} \times \text{base} \times \text{height}$ or Heron's formula (using side lengths). In coordinate geometry, if the coordinates of the three vertices of a triangle are known, we can directly calculate its area using a specific formula derived from coordinate principles.


Statement of the Area Formula using Coordinates

Let the three vertices of a triangle be $A(x_1, y_1)$, $B(x_2, y_2)$, and $C(x_3, y_3)$. The area of $\triangle \text{ABC}$ is given by the formula:

$\text{Area}(\triangle \text{ABC}) = \frac{1}{2} |x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2)|$

The formula involves summing three terms, each being the x-coordinate of a vertex multiplied by the difference of the y-coordinates of the other two vertices (in a cyclic order). The absolute value (denoted by vertical bars $|...|$) is taken because area is always a non-negative quantity. The order of the terms within the sum is cyclic (1, 2, 3 then 2, 3, 1 then 3, 1, 2 for the indices of $x$ and $y$).


Idea Behind the Derivation of the Area Formula

The formula for the area of a triangle in terms of its vertices' coordinates can be derived using the concept of areas of trapezoids or rectangles formed by projecting the vertices onto one of the coordinate axes (usually the x-axis or y-axis). The area of the triangle is then expressed as the sum or difference of the areas of these simpler figures.

For instance, consider a triangle ABC with vertices $A(x_1, y_1), B(x_2, y_2), C(x_3, y_3)$. Let's assume, for simplicity in the diagram, that the x-coordinates are ordered $x_1 < x_2 < x_3$ and the y-coordinates are positive. Draw perpendiculars from the vertices A, B, and C to the x-axis, meeting the x-axis at points $D(x_1, 0), E(x_2, 0), F(x_3, 0)$ respectively.

Diagram showing a triangle ABC with vertices projected onto the x-axis forming trapezoids

From the figure, the area of $\triangle \text{ABC}$ can be expressed as the sum of the areas of trapezoid ABED and trapezoid BCFE, minus the area of trapezoid ACFD. (Note: The ordering of vertices and the signs of y-coordinates affect whether areas are added or subtracted, but the final formula accounts for this using the absolute value).

For the specific case where $y_1, y_2, y_3$ are all positive and $x_1 < x_2 < x_3$, Area($\triangle \text{ABC}$) = Area(Trapezoid ABED) + Area(Trapezoid BCFE) - Area(Trapezoid ACFD)

Substituting the areas and expanding the expression $x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2)$ and considering all possible orderings of vertices leads to the general formula. The formula can also be derived using vector cross products, which is a more advanced method.


Condition for Collinearity of Three Points

Three points in a plane are collinear if and only if they lie on the same straight line. Geometrically, this means that if you try to form a triangle with these three points as vertices, the resulting figure will be a degenerate triangle with zero area.

So, three points $A(x_1, y_1)$, $B(x_2, y_2)$, and $C(x_3, y_3)$ are collinear if and only if the area of the triangle formed by them is zero.

Using the area formula, this condition translates to:

$\text{Area}(\triangle \text{ABC}) = \frac{1}{2} |x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2)| = 0$

Since $\frac{1}{2}$ is not zero and the absolute value of a number is zero if and only if the number itself is zero, the condition for collinearity simplifies to:

$x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2) = 0$

This equation is a useful test for checking if three given points are collinear.


Example 1. Find the area of the triangle whose vertices are $(1, -1)$, $(-4, 6)$, and $(-3, -5)$.

Answer:

To Find:

The area of the triangle.

Given:

The vertices of the triangle are $A(x_1, y_1) = (1, -1)$, $B(x_2, y_2) = (-4, 6)$, and $C(x_3, y_3) = (-3, -5)$.

Solution:

Using the formula for the area of a triangle with vertices $(x_1, y_1)$, $(x_2, y_2)$, and $(x_3, y_3)$:

$\text{Area} = \frac{1}{2} |x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2)|$

Substitute the coordinates of the vertices into the formula:

Area $= \frac{1}{2} |1(6 - (-5)) + (-4)(-5 - (-1)) + (-3)(-1 - 6)|$

Perform the subtractions inside the parentheses:

Area $= \frac{1}{2} |1(6 + 5) + (-4)(-5 + 1) + (-3)(-7)|$

Perform the multiplications:

Area $= \frac{1}{2} |1(11) + (-4)(-4) + 21|$

Area $= \frac{1}{2} |11 + 16 + 21|$

Perform the addition inside the absolute value:

Area $= \frac{1}{2} |48|$

Take the absolute value and multiply by $\frac{1}{2}$:

Area $= \frac{1}{2} \times 48 = 24$

... (1)

The area of the triangle is 24 square units.

Answer: The area of the triangle is 24 square units.